Request
Definition of the fields that are part of the response:
- globalDocumentId = Gosocket ID for the electronic document
- countryDocumentId = CUFE
- status = code that you want to query. Corresponds to the 3-character Commercial or RADIAN event code. If you want to obtain all events, the value all must be sent
Considerations
- allows querying one (1) CUFE
- allows querying one (1) Commercial or RADIAN event or all
- globalDocumentId
- if globalDocumentId is informed and not countryDocumentId, the value of globalDocumentId is considered
- if globalDocumentId and countryDocumentId are informed, the value of countryDocumentId is considered
- countryDocumentId
- if countryDocumentId is informed and not globalDocumentId, the value of countryDocumentId is considered
- if countryDocumentId and globalDocumentId are informed, the value of countryDocumentId is considered
- status
- only one (1) 3-character code can be queried, example 030
- if the status value is all then the API will respond with all events associated with the CUFE
JSON Request Example:
- all
- 036
- 037
{
"globalDocumentId": "3dafb03e-125a-aeb9-862c-0007d7d013ca",
"status": "all"
}
{
"countryDocumentId": "32d3bf22fc6458e1238ceb95ea9aaf437396fa7f7c0576d68a62b9c8691dcb6017c5714384dc63ad49e5a4e1064d4d50",
"status": "036"
}
{
"globalDocumentId": "3dafb03e-125a-aeb9-862c-0007d7d013ca",
"status": "037"
}